*{
    margin: 0px;
}

body {
    font-family: 'open sans';
    background-color: transparent;

}

.row > div{
    padding: 10px;
    width: 100%;
    
    }

    .secciones-ia {
        padding: 20px;
        background-color: #ebebeb;
        color: #333;
        font-size: 16px;
        font-weight: 600;
        border-radius: 25px;
        margin:auto;
        margin-top: 30px;
        width: 95%;
        height: auto;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
    }

    .secciones1-ia {
        padding: 10px;
        background-color: #F7F7F7;
        color: #333;
        font-size: 16px;
        font-weight: 500;
        border-radius: 25px;
        margin: auto;
        margin-top: 20px;
        width: 100%;
        height: auto;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
    }

a{
    text-decoration: none;    
}

a:hover{
    text-decoration: none;
}

.enlace-text{
    color: #ff6801;
    font-weight: 600;
}

.enlace-text:hover{
    color: #ff6801;
    font-weight: 600;
    text-decoration:underlinemis;
}

h1{
    font-size: 50px;
    font-weight: 400;
    font-family: 'open sans';
}

.main-icon{
    font-size: 40px;
}

.naranja{
    color: #ff6801;
}

/* ========================== CARD 00 =============================*/

.card00{
    background-color: #949494;
    color: #333;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
    border-radius: 40px;
    width: 95%;
    height: auto;
    align-items: center;
    align-content: center;
    transition: .5s;
    text-decoration: none;
    padding: 30px;
}

.card00 h2{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
    text-decoration: none;
}

.card00 h3{
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
    text-align: center;
    text-decoration: none;
}

/* ========================== CARD 01 =============================*/

.card01{
    background-color: #fff;
    color: #333;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
    border-radius: 40px;
    width: 95%;
    height: 320px;
    align-items: center;
    align-content: center;
    transition: .5s;
    text-decoration: none;
    padding: 30px;
}

.card01 h2{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
    text-decoration: none;
}

.card01 h3{
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
    text-align: center;
    text-decoration: none;
}

.cont-img{
    width: 170px;
    height: 170px;
    padding: 10px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: calc(50% - 80px);
    margin-top: 10px;
    margin-bottom: 20px;
}

.cont-img1{
    width: 170px;
    height: 170px;   
    margin-left: calc(50% - 80px);
    margin-top: 10px;
    margin-bottom: 5px;
}

.cont-img2{
    height: 170px;   
    margin-left: calc(50% - 60px);
    margin-top: 10px;
    margin-bottom: 5px;
}

.card01:hover{
    transform: translateY(-7px);
    box-shadow: 0px 6px 18px rgba(255, 123, 0, 0.699);
    cursor: pointer;
    text-decoration: none;
}

.card-enlace{
    text-decoration: none;
}

.paso{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ff6801;
    color: #fff;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
    
.img-pasos{
    text-align: center;
    margin-bottom: 80px;
}

.img-preguntas{
    text-align: center;
    width: 40% ;
}

.btn-volver{
    background-color: #ff6801;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    transition: .3s;
    border-radius: 25px;
    text-align: center;
    width: 180px;
    padding: 5px 30px 5px 30px;
    margin-top: 30px;

}

.btn-volver:hover{
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
}

.icon-volver{
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px 10px 10px 10px;
    transition: .3s;
}

.icon-volver:hover{
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
}

/* =================================================================== ACORDEON =====================================================================*/

.pregunta{
    font-size: 22px;
    color:#ff6801;
    margin-bottom: 0px;
}

.descripcipcion-pp{
    font-size: 12px;
    color: #333;
    margin-bottom: 0px;
}

.tab {
    position: relative;
    margin-bottom: 0px;
    width: 100%;
    color: #fff;
    overflow: hidden;
  }

  .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }

  .tab label {
    position: relative;
    display: block;
    text-align: center;
    background: #f7f7f7;
    font-weight: 500;
    font-size: 25px;
    cursor: pointer;
    border-radius: 25px 25px 0px 0px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
  }

  .tab label:hover {
    background-color: #e2e2e2;
  }

  .tab-content {
    max-height: 0;
    overflow: hidden;
    background: #F7F7F7;
    color: #000;
    font-weight: 500;
    border-radius: 0px 0px 25px 25px;
    padding: 0 0 0 1em;
    margin-top: 0px;
  }

  /* :checked */
  .tab input:checked~.tab-content {
    max-height: 90%;
    transition: 0.5s;
  }

  /* Icon */
  .tab label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    font-size: 20px;
  }

  .tab input[type=checkbox]+label::after {
    content: "+";
  }

  .tab input[type=radio]+label::after {
    content: "\25BC";
  }

  .tab input[type=checkbox]:checked+label::after {
    transform: rotate(315deg);
  }

  .tab input[type=radio]:checked+label::after {
    transform: rotateX(180deg);
  }

/* ================================================================== ENCUESTA DE SATISFACCION =========================================================================== */

.encuesta {
		font-size: 15px;
		margin-top: 15px;
		text-align: center;
	}

    .robot-sentado-img{
        width: 10%;
        margin: auto;
    }
